Welcome![Sign In][Sign Up]
Location:
Search - TCP CAsyncsocket

Search list

[WinSock-NDISTcpReceiver

Description: 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,but the code has some value to view.
Platform: | Size: 131747 | Author: 俞训峰 | Hits:

[Other resourcesocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client / server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 172902 | Author: gong | Hits:

[WinSock-NDISdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40633 | Author: 谢红伟 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
Platform: | Size: 48555 | Author: 张雨 | Hits:

[CommunicationVisualC++tongxin

Description: VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手 \\Chapter 3 \\Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \\Example 5 CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序 \\Example 6 CSocket编程技术——基于CSocket的局域网聊天室程序 \\扩充实例 基于CSocket的网络版中国象棋 \\调试工具\\TCPUDP调试助手 \\Chapter 4 \\Example 7 访问远程数据库MS SQLServer实例 \\Chapter 5 \\Example 8 以RS View32为服务器的OPC客户端编程 \\Example 9 一个OPC客户端监视程序 \\Chapter 6 \\Example 10 一个封装的Modem AT命令操作类的快速拨号程序 \\Chapter 7 \\Example 11 GSM和GPRS应用实例 \\扩充实例 基于CSocket的GPRS数据中心程序 \\调试工具和文档\\TCPUDP调试助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一览表.pdf
Platform: | Size: 3571677 | Author: changyuan009 | Hits:

[Windows DevelopServerApp0102

Description: CAsyncSocket Sample client/server
Platform: | Size: 138240 | Author: sun | Hits:

[Internet-NetworkTcpReceiver

Description:
Platform: | Size: 131072 | Author: 俞训峰 | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Communicationsocket_vc_demo

Description: 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp/ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server procedures, tcp/ip communication of this data reception.
Platform: | Size: 77824 | Author: lsx5612 | Hits:

[CommunicationEVC_socket

Description: 基于Embedded Visual C++的socket编程,包括TCP server和TCP client-based Embedded Visual C socket programming, including TCP server and TCP client
Platform: | Size: 74752 | Author: 金雷 | Hits:

[Internet-Networksocketwin

Description: CAsyncSocket_ClientTcp,服务端,与客户端通信-CAsyncSocket_ClientTcp, server and client communication
Platform: | Size: 70656 | Author: 崔石磊 | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。-Socket APIs are here to package into a similar category CAsyncSocket interface, you can access at any thread can also be connected static MFC, controllable than the other two MFC Class Socket much better. I also CHwSocket category for the preparation of a detailed test code that can be TCP server/client data communications, will be able to conduct UDP data communications, can also send and receive UDP broadcast datagram.
Platform: | Size: 48128 | Author: 张雨 | Hits:

[Com PortVisualC++tongxin

Description: VisualC++通信编程工程实例精解 \Chapter 2 \Example 1 MSCOMM控件编程实例 \Example 2 基于Windows API的虚拟终端实现 \Example 3 基于CSerialPort的串口多线程通信框架 \调试工具\串口调试助手 \Chapter 3 \Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \Example 5 CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序 \Example 6 CSocket编程技术——基于CSocket的局域网聊天室程序 \扩充实例 基于CSocket的网络版中国象棋 \调试工具\TCPUDP调试助手 \Chapter 4 \Example 7 访问远程数据库MS SQLServer实例 \Chapter 5 \Example 8 以RS View32为服务器的OPC客户端编程 \Example 9 一个OPC客户端监视程序 \Chapter 6 \Example 10 一个封装的Modem AT命令操作类的快速拨号程序 \Chapter 7 \Example 11 GSM和GPRS应用实例 \扩充实例 基于CSocket的GPRS数据中心程序 \调试工具和文档\TCPUDP调试助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一览表.pdf -err
Platform: | Size: 3571712 | Author: changyuan009 | Hits:

[Internet-NetworkCAsyncSocket

Description: MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。-MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection.
Platform: | Size: 3854336 | Author: 张伟 | Hits:

[Internet-NetworkVCNetworkProgramming

Description: 微软为Visual C++定义了Winsock类如CAsyncSocket类和派生于CAsyncSocket 的CSocket类,它们简单易用,读者朋友当然可以使用这些类来实现自己的网络程序,但是为了更好的了解Winsock API编程技术,我们这里探讨怎样使用底层的API函数实现简单的 Winsock 网络应用程式设计,分别说明如何在Server端和Client端操作Socket,实现基于TCP/IP的数据传送,最后给出相关的源代码。-VC Network Programming
Platform: | Size: 15071232 | Author: ronin | Hits:

[ICQ-IM-ChatTalkc

Description: 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
Platform: | Size: 3492864 | Author: 李国弘 | Hits:

[P2Psocket

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 -1. Socket Programming Principle 1.1 Client/server communication model 1.2 Windows Sockets specification 1.3 socket 1.3.1 Sockets the role defined 1.3.3 1.3.2 classification socket 1.3.4 port address 1.3.5 socket attributes 2. Commonly used functions of basic Windows Sockets API Programming 2.1 2.3 UDP 2.2 TCP Example Example 2.4 Socket communication blocking solution. Socket programming under MFC 3.1 CAsyncSocket class 3.2 CSocket class 3.3 Windows Sockets: Sockets with Archives 3.4 socket communication flow operation of the order of 3.5 using the CAsyncSocket class
Platform: | Size: 41984 | Author: chenrui | Hits:

[CommunicationCAsyncSocket-TCP

Description: 异步非阻塞Socket通讯,含有一个server端和client端。-Asynchronous non-blocking socket communication with a server-side and client-side.
Platform: | Size: 98304 | Author: 孙凯歌 | Hits:

[Internet-NetworkMyServer TCPServer通信自己的例子与说明

Description: 一个网络TCP服务端的例子,此例子实现了TCPserver通信,文档中是对客户端监听类和客户端实例类的说明。(An example of a network TCP server, this example implements TCP server communication, the document is the description of client monitoring class and client instance class.)
Platform: | Size: 153600 | Author: June_G | Hits:
« 12 »

CodeBus www.codebus.net